home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / syswit.zip / SYS2.TXT < prev    next >
Text File  |  1991-10-26  |  3KB  |  93 lines

  1. SySwitch is designed to make it easy to switch
  2. between up to five alternative SYSTEM.INI file
  3. configurations. You might, for instance, have
  4. alternative SYSTEM.X files for use with different
  5. screen drivers or different Windows shells.
  6.  
  7. SYSWITCH.EXE, VBPOINT.DLL and SYS2.TXT should all
  8. be placed in your WINDOWS directory. 
  9.  
  10. Before you can put SySwitch to use, you'll
  11. have to create the alternative SYSTEM.INI files that
  12. you'll use with it, copying your current SYSTEM.INI
  13. to them, making the changes that you want, and
  14. then giving them names like
  15. SYSTEM.800 for a version of SYSTEM.INI that
  16. uses an 800x600 video driver, or SYSTEM.NDW
  17. for a version that uses Norton Desktop as the
  18. Windows shell.
  19.  
  20. Next, run SySwitch and select the Configure option 
  21. on its file menu. Select the alternative driver that
  22. you want to change on the drop down list box (all
  23. five alternatives will read "Default" the first time
  24. you run SySwitch. Then use the edit boxes below
  25. to enter a name for your alternative configuration,
  26. and to designate the name of the SYSTEM.INI
  27. alternative that it should use.
  28.  
  29. For instance, you might name one alternative:
  30. Norton Desktop, 800x600x16 display
  31. and identify SYSTEM.NOR as the configuration file.
  32. SYSTEM.NOR would be a copy of your standard SYSTEM.INI
  33. file in which you'd changed
  34.  
  35. SHELL=PROGRMAN.EXE 
  36. to
  37. SHELL=NDW.EXE
  38.  
  39. and 
  40.  
  41. DISPLAY.DRV=VGA.DRV
  42. to
  43. DISPLAY.DRV=VGA800.DRV.
  44.  
  45.  
  46. You have to create these alternative files outside of 
  47. SySwitch.
  48.  
  49.  
  50. Once you've made your changes on the File Configure
  51. screen, click OK to save them (SySwitch saves
  52. its own configuration information in a file
  53. called SYSWITCH.INI in your Windows directory)
  54. or Cancel to abandon the changes.
  55. When you press restart, SySwitch deletes SYSTEM.BAK,
  56. renames SYSTEM.INI SYSTEM.BAK, copies
  57. the specified configuration file to SYSTEM.INI,
  58. and then restarts Windows.
  59.  
  60. Warning, the configuration file you specify must
  61. be a valid SYSTEM.INI-type file, or Windows will
  62. not run. In the event that this happens, copy
  63. SYSTEM.BAK to SYSTEM.INI to restore you previous
  64. configuration.
  65.  
  66. Many of the routines used here were borrowed from
  67. other applications available on the MSBASIC forum.
  68. Specifically, I found the CopyFile routine in
  69. the VBTIPS.TXT file, the 3D Frame routine is a
  70. variation of that used in the VB-TIPS Reader,
  71. and the RestartProc routine is detailed in the
  72. MOREAPI.ZIP file. Version 2.0 of SySwitch also makes
  73. use of Jonathan Zuck's VBPOINT.DLL. My thanks to
  74. the authors of each routine.
  75.  
  76. Paul Bonner
  77. Senior Editor
  78. PC/Computing
  79. Compuserve ID: 76000,13
  80. MCI Mail: PBONNER
  81.  
  82. ==============================================
  83. 2.01 Changes
  84. Configure listbox & Lalal option buttons linked
  85. Text in Configure edit boxes selected when get focus
  86. Fixed Windows directory caption
  87. ==============================================
  88. 2.02 Changes
  89. Fixed cancel button on Config screen so it works as
  90. advertised
  91. Added Instructions menu item
  92. ==============================================
  93.